-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-2340] Resolve event logging and History Server paths properly #1280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
LGMT. I'd have made the style changes in a separate PR, since they make the change appear much larger than it actually is. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16318/ |
|
Merged build triggered. |
|
Merged build started. |
Before it was printing: Logging events to file:/tmp/spark-events//pysparkshell-...
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Tested on standalone and yarn clusters. This is ready to go from my side. |
Conflicts: core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala
|
QA tests have started for PR 1280. This patch merges cleanly. |
|
QA results for PR 1280: |
|
Jenkins, retest this please.
|
|
QA tests have started for PR 1280. This patch merges cleanly. |
|
QA results for PR 1280: |
We resolve relative paths to the local `file:/` system for `--jars` and `--files` in spark submit (apache#853). We should do the same for the history server. Author: Andrew Or <[email protected]> Closes apache#1280 from andrewor14/hist-serv-fix and squashes the following commits: 13ff406 [Andrew Or] Merge branch 'master' of github.com:apache/spark into hist-serv-fix b393e17 [Andrew Or] Strip trailing "/" from logging directory 622a471 [Andrew Or] Fix test in EventLoggingListenerSuite 0e20f71 [Andrew Or] Shift responsibility of resolving paths up one level b037c0c [Andrew Or] Use resolved paths for everything in history server c7e36ee [Andrew Or] Resolve paths for event logging too 40e3933 [Andrew Or] Resolve history server file paths
We resolve relative paths to the local
file:/system for--jarsand--filesin spark submit (#853). We should do the same for the history server.